ScaleType

Defines the types of scales a control can use to position data.
 

Example

The following is an example of how to reference the ScaleType object:

	// The full path is required.
	dundas.controls.ScaleType.CATEGORY
	

 

Properties

 
  Name Description
  CATEGORY The scale treats all data values as categorical data plotted in sequence.
  DATETIME The scale treats all data values as date/time values along a linear scale from its minimum to its maximum.
  LOGARITHMIC The scale treats all data values as values along a logarithmic scale from its minimum to its maximum.
  NUMERIC The scale treats all data values as numeric values along a linear scale from its minimum to its maximum.